home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / DEMO_BAT.ZIP / OTHEREXE.BAT < prev    next >
DOS Batch File  |  1995-04-01  |  315b  |  11 lines

  1. @echo off
  2. echo Here is a listing of executable files other than EXE's and COM's. It uses
  3. echo text searching.
  4. call presskey
  5. ::
  6. :: This does a case-sensitive search of the first 2 bytes of all files except
  7. :: COM and EXE's "MZ", the executable file signature:
  8. ::
  9. echo on
  10. ffg /p *:* /x*.[com,exe] /$=c=#2MZ
  11.